body{
background-image:url(blackcube.jpg);
}
header{
width:100%;
background-color:transparent;
margin-right:auto;
margin-left:auto;
padding:15px;
}
figure{
color:white;
padding:20px;
margin:auto;
float:center;
}
h1{
text-transform:uppercase;
text-align:center;
margin:-5px 0px 50px 10px;
font-size:30px;
text-align:center;
color;white;
}
h4{
margin:20px;
}
figure img{
width:400;
height:100;
float:left;
margin:-30px 0px 20px 0px;
box-shadow:5px 10px 20px 3px #00FF00;
}
nav {
text-align:right;
font-family:elephant;
margin:-10px 200px 25px 0px;
}
header li img{
float:right;
 width:30px;
 height:30px;
margin:-20px 20px 0px 0px;
}
header li{
display:inline;
}
nav li {
float:center;
font-size:13px;
display:inline;
margin:2px 2px;
}
nav a{
padding:10px;
color:white;
text-decoration:none;
}
header li img:hover{
border: 5px solid #2EFEF7;
  border-radius: 30%;
}
nav a:hover{
  border: 5px solid #2EFEF7;
  border-radius: 5%;
  color:#FF0000;
  font-size:15px;
  background-color:#0B0B3B;
}
section{
width:100%;
background-image:transparent;
float:center;
margin-right:auto;
margin-left:auto;
border-width:10px;
padding:5px;
}
section h1{
color:white;
}
.grow img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.grow img:hover {
  width: 850px;
  height: 550px;
}
p{
color:white;
text-transform:uppercase;
font-size:25px;
text-align:center;
}
section img{
width:800;
height:500;
display:center;
  padding-left:20%;
}

footer{
width:100%;
color:white;
background-color:transparent;
text-align:center;
margin-right:auto;
margin-left:auto;
height:50px;
padding:15px;
}